x86: baytrail: Configure FSP UPD from device tree
authorAndrew Bradford <[email protected]>
Fri, 7 Aug 2015 12:36:35 +0000 (08:36 -0400)
committerSimon Glass <[email protected]>
Fri, 14 Aug 2015 09:24:21 +0000 (03:24 -0600)
commitf3b84a3032dd989a029320d9512846f48276db95
tree2735ce58ad07f8e8eabc38a9ac7547db50b447e3
parent44a8b96f6488bc0392f99e6caa424539813dee20
x86: baytrail: Configure FSP UPD from device tree

Allow for configuration of FSP UPD from the device tree which will
override any settings which the FSP was built with itself.

Modify the MinnowMax and BayleyBay boards to transfer sensible UPD
settings from the Intel FSPv4 Gold release to the respective dts files,
with the condition that the memory-down parameters for MinnowMax are
also used.

Signed-off-by: Andrew Bradford <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
Removed fsp,mrc-debug-msg and fsp,enable-xhci for minnowmax, bayleybay
Fixed lines >80col
Signed-off-by: Simon Glass <[email protected]>
arch/x86/cpu/baytrail/fsp_configs.c
arch/x86/dts/bayleybay.dts
arch/x86/dts/minnowmax.dts
doc/device-tree-bindings/misc/intel,baytrail-fsp.txt [new file with mode: 0644]
include/fdtdec.h
lib/fdtdec.c